home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 52 / Mac Magazin and MacEasy Magazine CD - Issue 52.iso / Updates / Stata 5.0 Ado-files / ado.sea / newado / display.hlp < prev    next >
Text File  |  1998-11-22  |  635b  |  35 lines

  1. .-
  2. help for ^display^                                         (manual:  ^[R] display^)
  3. .-
  4.  
  5. Display strings and values of scalar expressions
  6. ------------------------------------------------
  7.  
  8.     ^di^splay [subcommand [subcommand ...]]
  9.  
  10. where subcommand is
  11.  
  12.     ^"^quoted string^"^ 
  13.     [^%^fmt] [^=^]exp
  14.     ^in^ { ^w^hite | ^b^lue | ^g^reen | ^y^ellow | ^r^ed }
  15.     ^_s^kip^(^#^)^
  16.     ^_col^umn^(^#^)^
  17.     ^_n^ewline[^(^#^)^]
  18.     ^_c^ontinue
  19.     ^_d^up^(^#^)^
  20.     ^_r^equest^(^macname^)^
  21.     ^,^
  22.     ^,,^
  23.  
  24.  
  25. Description
  26. -----------
  27.  
  28. ^display^ displays strings and values of scalar expressions.
  29.  
  30.  
  31. Also see
  32. --------
  33.  
  34.  Manual:  ^[R] display^, ^[R] display (for programmers)^
  35.